码迷,mamicode.com
首页 >  
搜索关键字:libjpeg.(a|so) not found    ( 17062个结果
修复缺少 Kernel-Headers on CentOS 7,导致 gcc glibc-headers安装失败
问题: --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Error: Package: glibc-hea ...
分类:其他好文   时间:2021-03-04 13:18:15    阅读次数:0
【Apache】Rewrite模块
加载模块 在httpd.conf文件里使下面模块生效: LoadModule ssl_module modules/mod_ssl.so # 如果使用https证书,这个模块功能一定要打开! LoadModule rewrite_module modules/mod_rewrite.so # 重写模 ...
分类:Web程序   时间:2021-03-01 14:13:40    阅读次数:0
1121 Damn Single (25 分)
"Damn Single (单身狗)" is the Chinese nickname for someone who is being single. You are supposed to find those who are alone in a big party, so they can ...
分类:其他好文   时间:2021-03-01 13:14:50    阅读次数:0
1092 To Buy or Not to Buy (20 分)
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:其他好文   时间:2021-02-27 13:26:28    阅读次数:0
怎么在docker中使用nvidia显卡
参考资料: https://blog.csdn.net/qq_33547243/article/details/107433616 https://www.cnblogs.com/shoufu/p/12904832.html https://github.com/NVIDIA/nvidia-dock ...
分类:其他好文   时间:2021-02-25 12:13:14    阅读次数:0
springboot创建时的Whitelabel Error Page
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Feb 23 12:24:05 CST 2021 There wa ...
分类:编程语言   时间:2021-02-23 14:36:04    阅读次数:0
25、bash: scp: command not found
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:其他好文   时间:2021-02-23 14:31:28    阅读次数:0
基于单片机C51全自动洗衣机仿真设计-毕设课设资料
百度网盘下载地址(966):点击下载 ? #define MOTOR_COUNT 100 //PWM波输出周期计数 #define sol 0x6c //将"so"宏定义为低音"5"的频率 784Hz #define Dol 0x44 //将"Do"宏定义为中音"1"的频率 523Hz #defin ...
分类:其他好文   时间:2021-02-23 13:58:27    阅读次数:0
apache 配置socket wss
在httpd.conf文件中,启用 proxy_wstunnel_module 模块 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so ...
分类:Web程序   时间:2021-02-23 13:58:13    阅读次数:0
Android逆向工具:unidbg学习与使用
今天无意中看到了一个新工具,看起来挺有意思,先记录一下。unidbg GitHub地址:github unidbg 作用:在pc端模拟执行so文件中的函数 参考自: https://www.52pojie.cn/thread-1322512-1-1.html https://blog.csdn.ne ...
分类:移动开发   时间:2021-02-22 12:30:36    阅读次数:0
17062条   上一页 1 ... 5 6 7 8 9 ... 1707 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!